Running Windows 2008 Server I have run: netstat -ano | findstr <PID> To find the IP's, state, and port of all connections relating to a certain PID. What I want to do now is just filter off those relating to port 25 and in ESTABLISHED state Does